@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";
* {
  margin: 0;
  padding: 0;
}
input,
a,
button,
.animar,
.icon-g path,
.button.iconic:hover .icon .icons path,
.button.alt .icon .icons path,
.button.altborder .icon .icons path,
.button.altGreen .icon .icons path,
.button.altWhite .icon .icons path,
.icon-b path,
.button.iconic .icon .icons path,
.button.alt:hover .icon .icons path,
.button.altborder:hover .icon .icons path,
.button.altGreen:hover .icon .icons path,
.button.altWhite:hover .icon .icons path {
  transition: all 0.5s ease;
}
body {
  margin: 0;
  font-family: "Roboto";
  font-weight: normal;
  font-size: 16px;
}
img {
  display: block;
}
button {
  border: none;
  background: none;
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto";
  font-weight: 700;
  color: #000;
}
h1.green,
h2.green,
h3.green,
h4.green,
h5.green,
h6.green {
  color: #bfff00;
}
h1 {
  font-size: 1.875rem;
  line-height: 2rem;
  text-align: left;
  color: #bfff00;
}
h1 small {
  display: block;
  font-weight: 300;
  font-size: 1.5rem;
  color: #fff;
}
h1.whited {
  color: #fff;
}
h2 {
  font-size: 3.75rem;
  text-align: left;
}
h2.green {
  color: #bfff00;
}
h3 {
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 1.75rem;
  text-align: left;
}
h5 {
  font-weight: 300;
  font-size: 1.125rem;
}
h5 small {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.0125rem;
  display: block;
}
p > a {
  color: #bfff00;
  display: inline !important;
  padding: 0;
  margin: 0 !important;
  text-decoration: underline !important;
}
input {
  background: #fff;
  font-size: 0.75rem;
  color: #181819;
  border: none;
  padding-inline: 0;
}
input[type="number"],
input[type="email"],
input[type="text"],
input[type="password"] {
  height: 26px;
  /*border-radius: 25px;*/
  padding: 25px 20px;
  /*border: 1px solid #181819;*/
  width: calc(100%);
}
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder {
  color: #5a5a5a;
  line-height: 100%;
}
input[type="number"]::placeholder,
input[type="email"]::placeholder,
input[type="text"]::placeholder,
input[type="password"]::placeholder {
  color: #5a5a5a;
  line-height: 100%;
}
    input[type="number"]:hover,
    input[type="email"]:hover,
    input[type="text"]:hover,
    input[type="password"]:hover {
        /*border: 1px black;*/
        /*box-shadow: 0px 0px 12px rgba(24,24,25,.35);*/
        /*background: #eeeeee;*/
    }
input[type="number"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="password"]:focus {
  /*border: 1px solid #181819;*/
  outline: none;
  /*box-shadow: 0px 0px 12px rgba(24, 24, 25, 0.35);*/
}
input[type="button"] {
  height: 44px;
  /*border-radius: 30px;*/
  padding: 8px 40px;
  background: #bfff00;
  font-size: 1rem;
  font-weight: 600;
  width: auto;
}
input[type="button"]:hover,
input[type="button"]:focus {
  outline: none;
  box-shadow: 0px 5px 8px rgba(24, 24, 25, 0.2);
  background: #181819;
  color: #bfff00;
}
input:disabled {
  background: #eeeeee;
}
input.searchit {
  border: 1px solid #bfff00;
}
.tooltipContainer {
  position: absolute;
  top: 120px;
  border-radius: 20px;
  background: rgba(24, 24, 25, 0.95);
  color: #fff;
  padding: 20px;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1250%;
  margin-top: 20px;
}
.tooltipContainer .help-header {
  color: #bfff00;
}
.tooltipContainer .help-text {
  padding-bottom: 10px;
}
.tooltipContainer::before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 12px 10px 12px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(24, 24, 25, 0.95)
    rgba(0, 0, 0, 0);
  transform: rotate(0deg);
  top: -10px;
  position: absolute;
}
.shadow {
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.16);
}
.radius {
  border-radius: 20px;
}
.radius.bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.z1 {
  z-index: 100;
}
.z2 {
  z-index: 90;
}
.z3 {
  z-index: 80;
}
.z4 {
  z-index: 70;
}
.z5 {
  z-index: 60;
}
.z6 {
  z-index: 50;
}
.z7 {
  z-index: 40;
}
.z8 {
  z-index: 30;
}
.z9 {
  z-index: 20;
}
.button {
  height: 26px;
  border-radius: 21px;
  padding: 20px 20px;
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: #bfff00;
  border: 2px solid #bfff00;
  font-size: 1rem;
  font-weight: 600;
  width: auto;
  color: #181819;
  text-decoration: none;
  position: relative;
}
.button.iconic .icon {
  width: 25px;
  height: 25px;
  margin-left: -10px;
  margin-right: 5px;
}
.button.iconic .txt {
  padding-left: 5px;
}
.button.iconic:hover {
  background: #181819;
  color: #bfff00;
}
.button.alt {
  background: #181819;
  border: 2px solid #181819;
  color: #fff;
}
.button.alt:hover {
  color: #181819;
  background: #bfff00;
}
.button.altborder {
  height: 26px;
  border-radius: 21px;
  padding: 20px 40px;
  background: #181819;
  border: 2px solid #bfff00;
  color: #fff;
  margin-top:20px;
}
.button.altborder:hover {
  color: #181819;
  background: #bfff00;
  border: 2px solid #bfff00;
}
.button.altGreen {
  height: 26px;
  border-radius: 21px;
  padding: 8px 25px;
  background: #fff;
  border: 2px solid #bfff00;
  color: #181819;
}
.button.altGreen:hover {
  color: #181819;
  background: #bfff00;
  border: 2px solid #bfff00;
}
.button.altWhite {
  height: 26px;
  border-radius: 21px;
  padding: 8px 25px;
  background: #fff;
  border: 2px solid #181819;
  color: #181819;
}
.button.altWhite:hover {
  color: #181819;
  background: #bfff00;
  border: 2px solid #bfff00;
}
.button.minitxt {
  background: #fff;
  max-width: 100px;
  padding-right: 22px !important;
  padding-left: 22px !important;
}
.button.minitxt.iconic .icon {
  width: 45px;
  display: flex;
}
.button.minitxt .txt {
  font-size: 0.75rem;
  font-weight: 300;
  text-transform: uppercase;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.button.minitxt:hover {
  background: #bfff00;
  color: #181819;
}
.button.minitxt:hover .txt {
  color: #181819;
}
.button.tableBot {
  background: #181819;
  max-width: 100px;
  padding-right: 18px !important;
  padding-left: 18px !important;
  border: none;
  color: #bfff00;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 0 8px;
}
.button.tableBot.iconic {
  padding-right: 7px !important;
  padding-left: 7px !important;
  width: 28px;
}
.button.tableBot.iconic .icon {
  display: flex;
  margin-left: 0;
}
.button.tableBot.iconic .icon path {
  fill: #bfff00;
}
.button.tableBot .txt {
  font-size: 0.875rem;
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.button.tableBot:hover {
  background: #bfff00;
  color: #181819;
}
.button.tableBot:hover .txt {
  color: #181819;
}
.button.tableBot:hover.iconic .icon path {
  fill: #181819;
}
.withSub button {
  position: relative;
  z-index: 10;
}
.withSub .submenu {
  background: #fff;
  z-index: 1;
  position: absolute;
  top: -50vw;
  right: 0;
  padding: 20px 0 10px;
  border: 2px solid #181819;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}
.withSub .submenu a {
  display: flex;
  width: calc(100% - 30px);
  text-decoration: none;
  color: #181819;
  font-size: 0.8125rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 2px 0;
  padding: 5px 15px;
  background: none;
}
.withSub .submenu a:hover {
  color: #bfff00;
}
.withSub:hover .submenu {
  top: 30px;
}
.icon-b path,
.button.iconic .icon .icons path,
.button.alt:hover .icon .icons path,
.button.altborder:hover .icon .icons path,
.button.altGreen:hover .icon .icons path,
.button.altWhite:hover .icon .icons path {
  fill: #181819;
}
.icon-g path,
.button.iconic:hover .icon .icons path,
.button.alt .icon .icons path,
.button.altborder .icon .icons path,
.button.altGreen .icon .icons path,
.button.altWhite .icon .icons path {
  fill: #bfff00;
}
.circle {
  border: 2px solid #181819;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.circle img,
.circle svg {
  width: 24px;
}
.circle:hover {
  background: #181819;
}
.circle:hover svg path {
  fill: #bfff00;
}
.modal {
  position: fixed;
  left: 0;
  right: 0;
  height: 100vh;
  top: 0;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  align-content: center;
  z-index: 9999;
}
.modal .modal-dialog {
  width: 300px;
  border: none;
  border-radius: 20px;
  padding: 40px;
  background: #fff;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
.modal .modal-dialog .modal-header {
  position: relative;
  display: flex;
  width: 100%;
}
.modal .modal-dialog .modal-header h3 {
  color: #181819;
  font-weight: 700;
  padding-top: 30px;
}
.modal .modal-dialog .modal-header .close {
  width: 36px;
  height: 36px;
  border-radius: 25px;
  border: 2px solid #181819;
  font-weight: 700;
  font-size: 1rem;
  position: absolute;
  right: -20px;
  top: -20px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  align-content: center;
  line-height: 100%;
}
.modal .modal-dialog .modal-header .close:hover {
  background: #181819;
  color: #fff;
}
.modal .modal-dialog .modal-content {
  padding: 20px 0 50px;
}
.modal .modal-dialog .modal-footer .button {
  margin-top: 15px;
  height: 44px;
}
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(24, 24, 25, 0.9);
  z-index: 9990;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 2.75rem;
    line-height: 2.875rem;
  }
  h1 small {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  h1 small {
    font-size: 1.25rem;
  }
  h2 {
    font-size: 3.25rem;
  }
  h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  h5 {
    font-size: 1rem;
  }
  h5 small {
    font-size: 0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 1.875rem;
    line-height: 2rem;
  }
  h1 small {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 3.75rem;
  }
  h3 {
    font-size: 1.625rem;
    line-height: 1.75rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h5 small {
    font-size: 0.75rem;
  }
}
